Jump to content

SESSIONS via users


DarkReaper

Recommended Posts

Hello, i have been wondering can i in some way get the information stored in a session for 1 user to be viewed by another?

Example:
One user logs on my page, a session vars are set.
Second user logs on my page, a session vars are set.
I want both of the users to be able to see the others session vars.
If i set $_SESSION['userid'] = 1 for the first and $_SESSION['userid'] = 2 for the second, how can the second see the contents of $_SESSION['userid'] for the first user and vice versa????
Link to comment
https://forums.phpfreaks.com/topic/8236-sessions-via-users/
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.