|
Posted by Mumia W. on 08/15/06 09:01
On 08/15/2006 01:10 AM, crescent_au@yahoo.com wrote:
> Hi all,
>
> Please help me out here.
>
> This is what I have done:
>
> on Page A:
> <a href="<?php echo 'pageB.php?item=docs&sSID='.session_id();
> ?>">Docs</a>
> [...]
The parameter "sSID" is not the default PHP session id
parameter name, which is PHPSESSID. You might have
'session.name' in your configuration to 'sSID'; I don't know.
Under certain circumstances, PHP automatically sets the
PHPSESSID parameter for you. Read the docs to see if you can
get that to work.
(Follow ups set to alt.comp.lang.php)
Navigation:
[Reply to this message]
|