|
Posted by Steve on 04/19/07 05:30
<davidkoree@gmail.com> wrote in message
news:1176881792.508187.177910@l77g2000hsb.googlegroups.com...
|I mean not about cookie.
| Does it have something to do with operating system or browser plugin?
| I appreciate any help.
if the browser doesn't have cookies enabled, then php will attempt to
rewrite your html output to include a PHP_SESSIONID variable. you can
configure the variable name used to indicate something other than
PHP_SESSION_ID. you can also tell php to *always* use html rewrites and
never use cookies, or simply leave it default - cookies, else html rewrite.
there's more to it than that but it gets complicated...which requires you to
state the behavior and the client's configuration. aol users have *very*
common problems maintaining sessions in php. other factors weigh in. again,
just need more info from you.
Navigation:
[Reply to this message]
|