Session Management

redblock98

New Member
Messages
19
Reaction score
0
Points
0
Hello!
First of all, I would like to thanks admins of x10hosting for their helps and efforts to bring such good service.
Recently, due to the server loads, I figured out that using traditional file based php sessions is not so good for servers and application that I wrote. At that point I was thinking about a workaround, and idea of storing sessions to database seemed a good solution to me. I re-write some of my code and tried it. Result was really good. When I was using file based session, I even could not retrieve the $_SESSION data, but now I can completely retrieve the $_SESSION data, and it is faster than before.
I am writing my experience to make a suggestion. Since I have a belief that this would reduce server load, admins can guide people to use this instead of traditional file based way.
 
Last edited:
Top