SPrelewicz
Programmer
Using:
mySQL
CGI::Applicaion
CGI::Session
Im going to load some app config options from a mySQL table and store them in a session. Using CGI::Application for the whole thing. Can someone suggest a way to access all the options, store them in the session. If the session exists, obviously I dont want or need to call the db again. Should I have accessor methods for all of them? Or load them all in one function then have accessor methods off of that? Thanks.
mySQL
CGI::Applicaion
CGI::Session
Im going to load some app config options from a mySQL table and store them in a session. Using CGI::Application for the whole thing. Can someone suggest a way to access all the options, store them in the session. If the session exists, obviously I dont want or need to call the db again. Should I have accessor methods for all of them? Or load them all in one function then have accessor methods off of that? Thanks.