On Saturday, March 16, 2002, at 09:04 PM, [EMAIL PROTECTED] wrote:
> I have compiled php with the enable-trans-sid (for the site I am using I > can NOT use cookies) > > when I start a session or store something in _SESSION['varname'] > varname > can not be accessed on other pages.... > > nor is there a file in the /tmp file > > nor does my URI change with a session id Are you forgetting to put the buck ($) in front of _SESSION['varname'] ? Looks like it from the example you give above, unless that's a typo. Erik ---- Erik Price Web Developer Temp Media Lab, H.H. Brown [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php