Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need an idea to findout if the user login/logout...

Status
Not open for further replies.

perlone

Programmer
May 20, 2001
438
US
I need an idea to figure out to see if the user is logged in or logged out without using any cookies. Any idea? There is no Knowledge, That is not power.
Age: 16
E-mail: projectnet01@yahoo.com
School: Coral Springs High (Company:(not done yet) :)
Status: Currently working with C++ for game developing.
-Aaron
 
You could try creating an empty text file in an abitrary directory on the server using the user's login as the filename, and upon logout unlink the file.

Not the best solution, but it would work.
 
I've decided to use the cookies:) There is no Knowledge, That is not power.
Age: 16
E-mail: projectnet01@yahoo.com
School: Coral Springs High (Company:(not done yet) :)
Status: Currently working with C++ for game developing.
-Aaron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top