William Brogden wrote:I can't think of any reason to pass the session ID around like this, it should be available from any request received by the web application.
Exactly what are you trying to accomplish?
Bill
Hi Bill
I am storing the session id in cookies and the same session id is shared accross all the windows /tabs opened for that session.
But when i log out from main page , a new session is created here. If i click something on the opened tabs it throws error saying the form data is lost. Instead of error i want to redirect to an error page. This is what i want to accomplish. please share your ideas.
Thanks
Sravani