>You will need to make sure each of the session cookies specify a path
>attribute otherwise the user will loose sessions when going from app to app
>(if you have the session fixation patch enabled). This will also allow you
>to have unique session ids for each app. You can do this by writing the
>CFID/CFTOKEN cookies yourself in onSessionStart (example:
>http://www.petefreitag.com/item/764.cfm) or if you are on CF10 you could
>try this.sessioncookie.path (but that may not work, looks like they may not
>allow you to set the path this way).
>
>The session timeout is internal to CF so even if the session cookies are
>not expired it doesn't mean that the session is still valid. So even
>without all of the path attribute set you can still have unique timeouts,
>but the session can only be valid for one app at a time.
>
>--
>Pete Freitag - Adobe Community Professional
>http://foundeo.com/ - ColdFusion Consulting & Products
>http://hackmycf.com - Is your ColdFusion Server Secure?
>http://www.youtube.com/watch?v=ubESB87vl5U - FuseGuard your CFML in 10
>minutes
>
>
>
>
>On Tue, Nov 20, 2012 at 12:25 PM, Uday Patel <udayjpatel2...@gmail.com>wrote:
>
>>

Thank you very much, your suggestion worked 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353276
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to