I am new to magento and i am facing the problem with session expiration limit for a particular store.
In my site i have 2 store views, i want to give expiration limit for one of the store and I googled for this problem and got the solution like
System->Configuration->Web->Session Cookie management
cookie life time value set to 300 seconds and then checked in front end
external_no_cache 1 .stage.mydomain.com /storeview Tue, 02 Sep 2014 08:06:40 GMT 18
frontend g6n80985ubesvrk5a92st2ng45 .stage.mydomain.com /storeview Tue, 02 Sep 2014 07:08:40 GMT 34
frontend g6n80985ubesvrk5a92st2ng45 stage.mydomain.com / Session 34
and checked the links link1, link2
But my session is not expiring for 300 seconds.
Is it possible to do session expiration for a particular store? and why the cookie is creating 2 times?