DarkReaper Posted April 24, 2006 Share Posted April 24, 2006 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 More sharing options...
holowugz Posted April 24, 2006 Share Posted April 24, 2006 I do not believe it is possible, if you want people to be able to view the information you you need to store it in a database or something similar.And then display it.But i am curious why exactly do you want to be able to do this? Link to comment https://forums.phpfreaks.com/topic/8236-sessions-via-users/#findComment-30015 Share on other sites More sharing options...
DarkReaper Posted April 24, 2006 Author Share Posted April 24, 2006 So i can avoid using the database. :) Its too overloaded anyway :( Link to comment https://forums.phpfreaks.com/topic/8236-sessions-via-users/#findComment-30022 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.