Search found 2 matches
- Sun Jul 23, 2006 11:01 pm
- Forum: PHP - Code
- Topic: Transfering session from page to page...
- Replies: 3
- Views: 416
it was the weirdest problem, trans_sid was set to 1 in the ini file and yet it wouldnt work...my server came with php 4.4.3 or something similar, and then i upgraded to 5.1.4...and then i found out it wasnt working and alot of my pages needed the SID passed through to verify things, and session_id()...
- Sun Jul 23, 2006 7:20 pm
- Forum: PHP - Code
- Topic: Transfering session from page to page...
- Replies: 3
- Views: 416
Transfering session from page to page...
Alright, i recently switched to a new server...the difference between them is my old server was using php 4, the new server is php 5...i had my php.ini setup to trans_sid = 1 and it would pass the SID through every page automatically like it's supposed to, now on my new server i set the php.ini the ...