Re: [PHP] session lost when back button hit?

2002-08-17 Thread Justin French
on 17/08/02 4:01 PM, Jean-Christian Imbeault ([EMAIL PROTECTED]) wrote: One (hackish) solution to this is to cause the entrance page to immediately redirect to itself using either PHP's header function, or a meta refresh. Your goal here is to make it so that hitting back from a secondary

RE: [PHP] session lost when back button hit?

2002-08-16 Thread Daniel Masson
HI make ser youre using session_start() before performing any action on sessions, also make sure you´re registering properly the variables. -Mensaje original- De: Jean-Christian Imbeault [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 16 de agosto de 2002 9:43 Para: [EMAIL PROTECTED]

Re: [PHP] session lost when back button hit?

2002-08-16 Thread Jean-Christian Imbeault
Daniel Masson wrote: make ser youre using session_start() before performing any action on sessions, also make sure you´re registering properly the variables. Did you see my PS at the end of my question? PS I have session.auto_start ON and enabled trans-sid I don't need seesion_start() and

RE: [PHP] session lost when back button hit?

2002-08-16 Thread Alok K. Dhir
By any chance, is page one the entrance page to your application? I.e. is there a session id in either the query string of the page URL or was there one passed to it via a POST? Without cookies enabled, there is no way to allow users to use the back button to go back to the entrance page while

Re: [PHP] session lost when back button hit?

2002-08-16 Thread Jean-Christian Imbeault
Alok K. Dhir wrote: By any chance, is page one the entrance page to your application? Yes. I.e. is there a session id in either the query string of the page URL or was there one passed to it via a POST? Nope. Is the is the entrance so there is no nothing passed to it. Users just enter the