hi
am using Session variables in my project.
But once when we upload all code(files),when we switch on(i.e) accessing another server,am losing the session variables.
plz solve my problem.[/b]
How to use the same session variable betwen 3 diff. servers
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
The session information will need to be synchronized across the servers. This is often done with a database that is accessible to each of the servers. Worst case, if the servers fall under the same domain, you could use a cookie, but that is trusting the users' machines. Something I wouldn't trust with much of anything.
How to use the same session variable betwen 3 diff. servers
hi can u plz. explain with detailed information ,how to solve this problem.........
plz this is urgent.....
plz this is urgent.....