cancel
Showing results for 
Search instead for 
Did you mean: 

Frontend session expire whenerver click product or category listing page

Frontend session expire whenerver click product or category listing page

Magento Front end logout automatically whenever click category or product page. Product added to cart also getting cleared. Anyway Its working fine on my local wamp server.

This could be a server issue or magento configuration issue?

 

If I put some parameter end of the catgory/product url (tp=1 or blabla=1) everything work as I expected

 

5 REPLIES 5

Re: Frontend session expire whenerver click product or category listing page

Hello troshan,

 

You should try this way: increase Cookie Lifetime

System > Configuration > General > Web > Session Cookie Management > Cookie Lifetime > increase to 86400

Problem solved? Click Accept as Solution!

Re: Frontend session expire whenerver click product or category listing page

I tried but it doesn't seem to work

Re: Frontend session expire whenerver click product or category listing page

Hello,

 

You have any custom code here? You should search some words: "cookie" or "session" in your local code pool (app/code/local), your current package (template and skin), don't search throughout your project. I cannot dive into your code, I cannot check.

Problem solved? Click Accept as Solution!

Re: Frontend session expire whenerver click product or category listing page


@MrKhoa99 wrote:

Hello,

 

You have any custom code here? You should search some words: "cookie" or "session" in your local code pool (app/code/local), your current package (template and skin), don't search throughout your project. I cannot dive into your code, I cannot check.


 

There is no such strings under app/code/local

 

I noticed varnish cache installed in ma serve. Does this cause issue? Is there is any sort of settings to be setup?

Re: Frontend session expire whenerver click product or category listing page

Hello,

 

I hope this is useful for you Smiley Sadhttp://stackoverflow.com/questions/5029593/getting-varnish-to-work-on-magento

 

Problem solved? Click Accept as Solution!