Thread: php session
View Single Post
Old 03-11-2005, 11:46 PM   #4 (permalink)
irseg
Junkie
 
Location: Florida
I'd suggest storing the session data in an SQL table. Then you can pass the ID on to the other server and it can continue to use the data. There are several PHP classes available to do this with MySQL, for instance: http://www.code.dearneighbor.com/db_esession.html
irseg is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54