Jump to content

[SOLVED] php session id's differ.


jjk2

Recommended Posts

i am using php 5.2.8

 

i have index.html, which loads LOAD.PHP from IFRAME.

 

<iframe src="load.php">.....

 

i printed out load.php's session id.

 

then i ran another test.php, and printed out it's session id.

 

same directory, same permissions.

 

they were different.

 

therefore, i cannot pass any session variables....

 

what is happening here ? this problem did not happen before meddled with .htaccess to put some redirect....i removed it after. however this problem still exists....its driving me nuts !

 

session.saved_path is same for both.... /var/php5, cookie path is same...

 

 

Link to comment
https://forums.phpfreaks.com/topic/172931-solved-php-session-ids-differ/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.