Bud,
For some reason... mail server chewed my last reply! about 7hrs ago.

It all depends on what you have enabled in you application.
You can enable both J2EE sessions(JSessionID) and client(CFID/CFTOKEN) state
management in CFMX.
They are different things in CFMX..populates different variables.

If you are using J2EE Sessions.. you dont need to track CFID or CFTOKEN...
they are not part of the session anymore.

To use sessions without cookies.. take a look at..

URLSessionFormat(request_URL)

http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/functions-pt2113.jsp#
4471249

To kill a session.. just repeat <cfapplication> with
sessionTimeOut=CreateTimeSpan(0,0,0,0)

Hope this helps
Joe Eugene

Joe Eugene



> -----Original Message-----
> From: Bud [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 06, 2003 10:34 PM
> To: CF-Talk
> Subject: Sessions and CFMX still
>
>
> Not sure if the list is just dead tonight or broken. But I'm dying
> for an answer here.
>
> 2 questions.
>
> 1) How do a keep a session alive with cookies disabled? Steps please.
> I've read "Use the jsessionid", etc., but I must be doing it wrong.
>
> 2) How do I keep that same session alive going from one domain to
> another? The page will be under the same cfapplication tag.
>
> Passing cfid and cftoken has always worked. Now I'm passing urltoken,
> which passes cfid, cftoken and jsessionid. jsessionid changes on
> every click though. Even if I manually set it with...
>
> jsessionid = url.jsession.id
>
> I've just sat here for 8 hours trying to figure out how to do
> something that it took me 30 seconds to learn in CF 4.01. And that
> was when I had a whopping day or two of experience under my belt. Now
> I have 4 years and I can't maintain session state across domains or
> when cookies are disabled. Extremely discouraging. :-(
> --
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> http://www.cf-ezcart.com/
> 954.721.3452
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to