Hi All

In my web-application i redirect request to another site, then it again redirects me 
back to another URL on my server.

What happens is that when before i , redirect to the  other site, i have a session 
(session A). When the script at the other site redirects me back to my server. The 
server creates another session (session B) for me. This way the earlier session 
(session A)also exists on the server for some specified interval of time. I end up 
loosing my session (session A) related information (in session B).

If i want to maintain the same session (session A) - i pass the 'session id' ( session 
A's session ID) as a parameter to the other site. The other site redirects me to my 
site with the 'session id' ( session A) as a URL-parameter.
When it redirects me to my site i process the request (inside session B) for getting 
the same session (session A).
This works fine.

The only problem here is that i end up creating another session ( session B)!

Is there any solution to avoid this creation of another session ?

Thanks & Regards
Bhushan Bhangale
Consultant
http://www.netacross.com
Chequemail.com - a free web based e-mail service that also pays!!!
http://www.chequemail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to