Session data storage changed?

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.
Locked
User avatar
Mat-D-Rat
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Tue Feb 21, 2006 4:39 pm

Session data storage changed?

Post by Mat-D-Rat » Wed Aug 20, 2008 10:27 pm

I'm a pretty basic php coder, but worked my way through the hello world module, and converted it to show number of site users divided into bots and users separated by browser. Pretty simple really go through the records in the *_session table, explode the data, unserialize it then read the browser... Not sure if it's server updates or Joomla updates, but now the session data looks encoded? So now I just get x * unknown people browsing (looks a tad boring!). Has something changed with the session data?

Locked

Return to “Joomla! Coding 101”