RE: unnecessary jsessionid in the url

2003-07-03 Thread Costas Piliotis
AFAIK, addtoken=no in the cflocation tag should do it...  At least in CF5
:)

-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 03, 2003 4:25 PM
To: CF-Talk
Subject: unnecessary jsessionid in the url


Hello All,
 
I'm trying to do a cflocation and there is a jsessionid appended to the
url... but like this LoginPage.cfm;JSESSIONID=80301173431057274626375
 
the semicolon is causing the page not to be displayed.. how do I get it so
it doesn't append the jsessionid?
 
Thanks,
 
 
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

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



RE: unnecessary jsessionid in the url

2003-07-03 Thread Tim Do
Yes.. That took out the cfid and cftoken.. But the jsessionid is still there
everytime a new browser window is launched.

-Original Message-
From: Costas Piliotis [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 03, 2003 4:38 PM
To: CF-Talk
Subject: RE: unnecessary jsessionid in the url


AFAIK, addtoken=no in the cflocation tag should do it...  At least in CF5
:)

-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 03, 2003 4:25 PM
To: CF-Talk
Subject: unnecessary jsessionid in the url


Hello All,
 
I'm trying to do a cflocation and there is a jsessionid appended to the
url... but like this LoginPage.cfm;JSESSIONID=80301173431057274626375
 
the semicolon is causing the page not to be displayed.. how do I get it so
it doesn't append the jsessionid?
 
Thanks,
 
 
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

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



RE: unnecessary jsessionid in the url

2003-07-03 Thread Chris Kief
It was a bug that I thought was supposed to be fixed in Updater 3. Have you
updated your server?

See this post on Sean's blog for more info:

http://www.corfield.org/index.php?fuseaction=blog.archivemonth=2003_02#0002
42

chris


-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 4:36 PM
To: CF-Talk
Subject: RE: unnecessary jsessionid in the url

Yes.. That took out the cfid and cftoken.. But the jsessionid is still
there
everytime a new browser window is launched.

-Original Message-
From: Costas Piliotis [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 4:38 PM
To: CF-Talk
Subject: RE: unnecessary jsessionid in the url


AFAIK, addtoken=no in the cflocation tag should do it...  At least in CF5
:)

-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 4:25 PM
To: CF-Talk
Subject: unnecessary jsessionid in the url


Hello All,

I'm trying to do a cflocation and there is a jsessionid appended to the
url... but like this LoginPage.cfm;JSESSIONID=80301173431057274626375

the semicolon is causing the page not to be displayed.. how do I get it so
it doesn't append the jsessionid?

Thanks,







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=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



Re: unnecessary jsessionid in the url

2003-07-03 Thread Sean A Corfield
On Thursday, Jul 3, 2003, at 16:54 US/Pacific, Chris Kief wrote:
 See this post on Sean's blog for more info:

 http://www.corfield.org/ 
 index.php?fuseaction=blog.archivemonth=2003_02#0002
 42

You need:
cfheader statuscode=302 statustext=Temporarily Moved/
cfheader name=Location value=LoginPage.cfm/

I'll update that blog entry...

Sean A Corfield -- http://www.corfield.org/blog/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

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