[PHP-WIN] Re: Session problem

2004-03-25 Thread Roman A Mikhailov
>I want to know how can i do to make the session dont expire?. i have an >application that works with sessions, when i left the browser open for a >while, i dont know maybe 30 minutes, when i try to go into a section it >throw me an error, for session expire, how can i fic that?. HI! / cookies

[PHP-WIN] Re: Session Problem

2004-01-06 Thread Robert Schmelzer
I thinks its a problem of configuration. Perhaps there is the configuration variable session.use_cookies set to true. Then the closing of the browser does not cause the session to be destroyed. greetings Robert "Meteorlet" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Hi,

[PHP-WIN] Re: Session Problem

2004-01-06 Thread Meteorlet
hubo,Hello! yes,maybe you are right.but after I clear my cache it will be the same.only if I clear my cookies and it will be my expectation.I just wanna know why different host will have difference about session even with the same configuration? I remember that ASP's Session will be destor

[PHP-WIN] Re: Session Problem

2004-01-06 Thread hubo
Be sure that it is a problem about session. Sometimes the page shown is just from the cache of your browser. "Meteorlet" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Hi,everyone! > I got a problem about SESSION.When we use Seesion to store information, > we hope that the s

[PHP-WIN] Re: Session problem...

2002-02-15 Thread Nicole Amashta
Like the message suggests, it's a safety precausion. This is so you can't go around and push back buttons on browsers in public environments so to retrieve people's data. Say you were checking your mail on a public terminal. If anyone could go back on the browser, they could check your mail. Pur