| 
 Posted by R. Rajesh Jeba Anbiah on 10/06/05 21:04 
Joseph S. wrote: 
   <snip> 
 
> Also, I have a related problem: even for a POST, Firefox(which is my 
> favorite as well) displays 
> http://mysite.com/myfile.php?PHPSESSID=28dfec3d14422ddfd38a0b096bb73d05 
> in the URL which is disturbing to say the least after you've spent a 
> lot of time making a session-oriented application. 
> What do you to prevent that? 
 
   Probably you're using trans sid feature 
<http://in2.php.net/session#ini.session.use-trans-sid>; if you turn 
this off in php.ini, it won't append session ids. 
<news:1111603962.594721.154710@l41g2000cwc.googlegroups.com> ( 
http://groups.google.com/group/comp.lang.php/msg/ce24f27f2b7ac610 ) 
 
-- 
  <?php echo 'Just another PHP saint'; ?> 
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/
 
[Back to original message] 
 |