5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 537 Views |
-
Can i use PHP session in SilverStripe?

16 June 2011 at 8:30pm
If I can't use PHP session, do I have any other options?
-
Re: Can i use PHP session in SilverStripe?

17 June 2011 at 2:07am
You can:
http://api.silverstripe.org/2.4/sapphire/control/Session.html
example:
Session::set('key', 'value');
Session::get('key');
Session::clear('key');
| 537 Views | ||
|
Page:
1
|
Go to Top |

