[cgiapp] Persistence

Mark Knoop mark at rawcane.net
Tue Feb 5 06:59:19 EST 2008


> Hi
>
> I'm new to CGI::Application.
>
> I like the way it makes me organize the script but I guess I could do it 
> in this way without CGI:Application so I just want to be sure I fully 
> understand the benefits.
>
> Given that I am not running it under mod_perl at this stage is each 
> instance request a completely seperate event or does CGI::Application 
> somehow keep track of something between one user's calls to the same 
> instance?
>
> If so how?
>
> If not then does CGI::Application offer any other benefits than helping 
> one to organize ones code better?
>
> I have read through lots of docs but I seem to be missing this key 
> point... if there is a doc specifically related to this that would be a 
> huge help.
>
> Cheers
> Mark
>
>
>
Ok... have made some progress. It seems I can use the 
CGI::Application::Plugin::Session  for the persistence side of things. But 
still feel like I am missing a trick.... will persevere and see if things 
become clearer. 



More information about the cgiapp mailing list