0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

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 7 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 7 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.118 seconds