System for sharing a browser session between two clients [modified]
-
Hello, In my website I am maintaining log of users in which I am storing some user's information such as user machine IP number,SessionId,UserName etc.and able to show the list of current and past users in webpage. I want to share a browser session of my current users.suppose there are many users who is accesing my site and if I click any perticular user then we can find the user's session and able to know the working of users. Is it possiable,if yes then how ? Please tell me...... Thanks to all.
modified on Tuesday, April 6, 2010 4:01 AM
-
Hello, In my website I am maintaining log of users in which I am storing some user's information such as user machine IP number,SessionId,UserName etc.and able to show the list of current and past users in webpage. I want to share a browser session of my current users.suppose there are many users who is accesing my site and if I click any perticular user then we can find the user's session and able to know the working of users. Is it possiable,if yes then how ? Please tell me...... Thanks to all.
modified on Tuesday, April 6, 2010 4:01 AM
Samarjeet Singh@india wrote:
I want to share a browser session of my current users.suppose there are many users who is accesing my site and if I click any perticular user then we can find the user's session and able to know the working of users.
You cannot share other user's information from one session. May be try using Application object which can be shared across the users.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
/xml>
-
Samarjeet Singh@india wrote:
I want to share a browser session of my current users.suppose there are many users who is accesing my site and if I click any perticular user then we can find the user's session and able to know the working of users.
You cannot share other user's information from one session. May be try using Application object which can be shared across the users.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
/xml>
hmmmmmmmmmmmm, I am not very sure but I heared that some shopping site have sites where we shop on, and they can have people join you session and drive it and user sees you moving around driving it. Thanks to Reply.
-
hmmmmmmmmmmmm, I am not very sure but I heared that some shopping site have sites where we shop on, and they can have people join you session and drive it and user sees you moving around driving it. Thanks to Reply.
In that case you have to write your own Session Management. Simple way is maintaining a static or shared object.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
/xml>