Bud,

>urltoken, except it places the jsessionid in the URL twice
I just noticed this.. This is not supposed to happen.. 

In theory/manuals .. it should be like 
"index.cfm?jsessionid=80301958431047056318625&cfid=20241&cftoken=52485459"

It does something like ... 
index.cfm;JSESSIONID=80301958431047056318625?CFID=20241&CFTOKEN=52485459&jsessionid=80301958431047056318625
and the page does NOT display.. ";"

Have done enough CFMX BUG Complaining for the week :)..
You might be better of to just hard code JSessionID in the URL

>Question. If J2EE sessions are disabled,

If you  disable J2EE Sessions.. JSessionID will NOT get populated and your CFID and 
CFTOKEN will become your session Tokens.

I would NOT advice to disable J2EE sessions.. there are several advantages of using 
J2EE sessions..
1. Session State ID's get seperated from Client State.
2. Easy to expire session
3. J2EE sessions expire on browser close... and are truly treated as "session cookies"

Hope this helps.
Joe Eugene






-------Original Message-------
From: Bud <[EMAIL PROTECTED]>
Sent: 03/07/03 07:54 AM
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: Sessions and CFMX still

> 
> On 3/6/03, Joe Eugene penned:
>To use sessions without cookies.. take a look
at..
>
>URLSessionFormat(request_URL)
>
>http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/functions-pt2113.jsp#
>4471249

Thanks Joe. That basically looks exactly like what is spit out by 
urltoken, except it places the jsessionid in the URL twice, one 
before the query string, separated from the target page with a 
semi-colon.

Anyway, so far it looks like it works.

Question. If J2EE sessions are disabled, is JSESSIONID...

NOT defined?
defined but empty?
Still there as normal but not used?

Thanks!
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
<a target=_blank
href="http://www.twcreations.com/";>http://www.twcreations.com/</a>
<a target=_blank
href="http://www.cf-ezcart.com/";>http://www.cf-ezcart.com/</a>
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to