I think I've got the hang of manipulating sessions in database fields (I had to do that in order to implement session-based caching :P), but now I'm playing with non-database sessions, and having problems, namely my sessions are automatically regenerated every X seconds, making it impossible for me to connect to my test admin area, lol.
I was getting started on fixing this, when suddenly it hit me... What's the point?! If this bug wasn't found before, maybe that's because no one ever uses file-based sessions.
I'm tempted to just remove the feature, which will make one line less to read at install time. What do you think, guys..?
I was getting started on fixing this, when suddenly it hit me... What's the point?! If this bug wasn't found before, maybe that's because no one ever uses file-based sessions.
I'm tempted to just remove the feature, which will make one line less to read at install time. What do you think, guys..?