[Pas-dev] newbie: no sessions?
Status: Beta
Brought to you by:
mortis
From: Kyle H. <kh...@qu...> - 2003-02-27 03:02:39
|
I'm attempting to set up PAS. So far, PAS looks like the right balance of functionality and simplicity. I've got PAS working, mostly. =20 I'm using: SuSE Linux 8.0 for x86 Apache =09 1.3.23 (patched heavily for security problems) mod_perl 1.26 Perl =09 5.6.1 PAS=09 3.0.16 (cannot download 3.0.18 from Source Forge) I've installed PAS into /opt/pas. All the examples function to the extent that they mostly do the right thi= ng. So far, the only thing that appears to be not working are sessions. I ca= n see the session files being created in /opt/pas/session-cache. But, on p= ages that have session data, I am getting a new one each time. For example, Example 2 (sets a timestamp in a session on first use) alway= s says "this was the first time you've visited this page,..." and has a new timestamp for both the current time and session time each time. Did I miss something in the config somewhere? Oddly enough, I _am_ getting session cookies. I've turned on cookie warni= ngs in Mozilla and I am getting cookies sent to me. However, all the example= =20 pages act as if there was no session cookie. Any clues? Best, Kyle |