Expired Cookies

15 years 6 months ago #76917 by mattioi
Replied by mattioi on topic Re:Expired Cookies - Problem Solved I think
I had the same issue. When a user signed up on my site (CB 1.2 RC3) it said: cookies session expired. The turns out that my "URL for first login visit" was causing it.

It was:

/index.php?option=com_comprofiler&Itemid=26&task=userDetails

I then changed it to:

mydomain.com/index.php?option=com_comprofiler&Itemid=26&task=userDetails


And problem solved.

-Matt

Please Log in to join the conversation.

15 years 6 months ago #76918 by beat
mattioi wrote:

I had the same issue. When a user signed up on my site (CB 1.2 RC3) it said: cookies session expired. The turns out that my "URL for first login visit" was causing it.

It was:

/index.php?option=com_comprofiler&Itemid=26&task=userDetails

I then changed it to:

mydomain.com/index.php?option=com_comprofiler&Itemid=26&task=userDetails


And problem solved.

-Matt


the first / before index.php prevented the link to be rewritten automatically by CB and any other SEF engine... and made the cookies domain to be different from the previous page... general browser cookies feature...not a bug. ;)

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.162 seconds