PHP Newbie. Sorry.
Application variables are available in ColdFusion and I think ASP too...is there an equivalent in PHP?
In case you're not familiar with these types of variables, or possibly just not familiar with 'application' as a scope name for them, I'll describe what I need:
I need a variable that is setable (a word?!) and readable by all users across a server, but acts like a session variable so that it times out after non-use for, say 30mins.
Anyone know what I'm harping on about?
Thanks!
Application variables are available in ColdFusion and I think ASP too...is there an equivalent in PHP?
In case you're not familiar with these types of variables, or possibly just not familiar with 'application' as a scope name for them, I'll describe what I need:
I need a variable that is setable (a word?!) and readable by all users across a server, but acts like a session variable so that it times out after non-use for, say 30mins.
Anyone know what I'm harping on about?
Thanks!