LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Peserving PHP Sessions thru browser windows (https://www.linuxquestions.org/questions/programming-9/peserving-php-sessions-thru-browser-windows-188220/)

linux_pioneer 05-31-2004 09:09 PM

Peserving PHP Sessions thru browser windows
 
My website has a page that is members only while all other pages are open to anybody. When members navigate from the members only page to open pages I use session function calls to keep them logged in with a username variable. The member page checks the username against my database to see if they are still logged in. This process works fine as long as the member stays within the same window. If the member opens a new browser window they have to login again. Is there anyway to perserve the session beyond a browser window? I'm still brainstorming on this. Perhaps someone else has already figured it out.

LuggerHouse 06-01-2004 11:08 AM

U might want to keep session information somehow and check if session timed-out when you re-enter the login page..

More details here

http://forums.devshed.com/archive/t-26714

if that's not it, please post your idea of how it should work and what it should do..

;)


All times are GMT -5. The time now is 06:53 PM.