0
Welcome Guest! Login
0 items Join Now

Always keep user logged in (front end)

    • Danny Poole's Avatar
    • Danny Poole
    • Newbie
    • Posts: 14
    • Thanks: 0
    • Web Designer & Musician

    Always keep user logged in (front end)

    Posted 14 years 6 months ago
    • Ben Harold's Avatar
    • Ben Harold
    • Sr. Rocketeer
    • Posts: 231
    • Thanks: 1
    • Freelance Developer

    Re: Always keep user logged in (front end)

    Posted 14 years 6 months ago
    • Joomla uses session variables to store your "logged in" status. They're set to expire after a certain time period. You can explore the values of the session variables by dumping the $my, $mainframe and $_SESSION variables to output.

      I would guess that the rockettheme site is holding your username and password in cookies, which can be accessed whenever you come back to the site. Cookies also have an expiration date, but that date can simply be set to way off in the future every time somebody visits.

Time to create page: 0.078 seconds