| 
	
 | 
 Posted by d on 01/30/06 13:26 
"Mike" <mike@mjfcadsolutions.co.uk> wrote in message  
news:1138563333.752711.258420@g47g2000cwa.googlegroups.com... 
>I have read the manual and posts but I'm still confused with sessions. 
> 
> My php.ini has the following session settings... 
> 
 
> session.use_trans_sid 0 0 
 
Change that to 1, to enable the sid-in-url method you want.  Bear in mind  
that it is not as secure as using cookies, as users can send the url around  
or bookmark it, etc.  You'll find most users will have cookies enabled, and  
session-IDs-in-URLs is an old method not used often these days. 
 
dave
 
  
Navigation:
[Reply to this message] 
 |