Jump to content

Sessions


Stevo

Recommended Posts

I think there's a way to store sessions on the server, but the "point" is the store them on the user's computer so it remember's their information.

The tutorial posted is really the only way to do it. You detect the session information from the user and put it in the table and show if they've been active in X amount of time.
Link to comment
https://forums.phpfreaks.com/topic/14693-sessions/#findComment-58616
Share on other sites

Sessions ARE server-side based, cookies are client-side. However, sessions are set up so that the server-side and client-side only have access to the active session.
However, by using MySQL or if you have access to the [b]tmp[/b] directory you might be able to do something.
Link to comment
https://forums.phpfreaks.com/topic/14693-sessions/#findComment-58621
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.