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???? Quote Link to comment 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? Quote Link to comment 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 :( Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.