Re: [Cgi-session-user] having big troubles saving params
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2007-04-26 20:29:48
|
On Thu, 2007-04-26 at 14:20 -0600, Devin Austin wrote: > Hey gang, > > any reason why i might be having troubles saving session params? the > session is created (i've used both the mysql driver and flat file > driver), but the params i'm trying to set (a "logged_in" param, and an > expire time on that param using ->expire()) are NOT being set. > > I can't find errors, or anything. I've used CGI::Session, and > CGI::Application::Plugin::Session (I'm using C::A btw.) > > Any ideas? Tim, A could sample would be helpful. Otherwise, I'd have to guess to you missed a call to $ses->flush(), although I think the plugin helps with that. As some general advice, you could insert debugging statements before after each CGI::Session related action to check the status of things. Mark -- . . . . 1997-2007: Ten Years of Excellence. . . . . . Mark Stosberg Principal Developer ma...@su... Summersault, LLC 765-939-9301 ext 202 database driven websites . . . . . http://www.summersault.com/ . . . . . . . . |