Re: how i can redirect (without loosing session) to a full url from jsp page in struts.

2005-08-11 Thread Laurie Harper
First, a couple of things you need to be aware of with this. The Referrer header is not guaranteed to be there; some browsers allow the user to disable it, some firewalls and proxys filter it, etc. So if you don't have full control of the environment from which your application is accessed, rel

how i can redirect (without loosing session) to a full url from jsp page in struts.

2005-08-11 Thread Legolas Woodland
Hi Thank you for reading my post I have a problem. problem is : I should go back to last visited page after my user login or changed locale or .. i can retrive las visited page : by using request.getheader("Referer") and i store it into a session variable. No after my user loged in i should forward