storing the session in Database
1. 4 months ago
- alittledev
- Member

- Registered: 2013-01-07
- Posts: 2
storing the session in Database
Hi, we are currently working with Nette and want to know if there is a way to store the sessions in a Database because we are probably moving to a PAAS-Hosting without much room for file storing.
2. 4 months ago
- Tomas Jancik
- Member

- Registered: 2011-01-23
- Posts: 105
Re: storing the session in Database
Hello
it is possible. there is a recent
discussion about this in the czech part of
this forum…
If you dont understand it, you can at least find there a storage class for MySQL
Last edited by Tomas Jancik (2013-01-07 15:35)
3. 4 months ago
- alittledev
- Member

- Registered: 2013-01-07
- Posts: 2
Re: storing the session in Database
Thank you !
I will try if i can find something.