RE: CF Not creating sessions???

2003-06-13 Thread Adam Reynolds
I've had the same issue.

Go into the MX admin and change the client variable storage to cookies. (Not
great) but this should solve it.

It seems to be some sort of persistance issue. This solved it for me.

 -Original Message-
 From: Greg Luce [mailto:[EMAIL PROTECTED]
 Sent: 13 June 2003 01:29
 To: CF-Talk
 Subject: RE: CF Not creating sessions???


 I haven't figured it out yet, but I upgraded a Win2K Advanced server to
 CFMX and have a domain pointed there using dns2go. It used to maintain
 sessions for login, but now with MX it won't maintain session vars if
 I'm using the domain. If I use the IP to access the application instead
 of the domain, it works just fine. I need to play with it and see what
 domain the cookies are being set under. I'm not sure why it worked with
 CF5 though. I'm sure it's something about the way the CFID and Token are
 stored as cookies.

 -Original Message-
 From: Staff [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 12, 2003 6:30 PM
 To: CF-Talk
 Subject: Re: CF Not creating sessions???


 no, I do not use that code anywhere . .

 I use only CFID etc . . .

 remember, same pages and all on both servers . .

 supposedly all is set the same . .

 jim


   May be onto something with the domain name but I cannot think of how

   . . .
  
   The site is currently running correctly on another server . . .
  
   When I attempt to get to that same site I still have on the BAD
   server, I can log and do everything fine, using the temp IP I give
   it . . .
  
   When I move the REAL site to that same BAD server, move the public
 assigned
   in DNS IP for it also and config the webserver, it still rejects
   logins .
 .
   . But I can log in using the public IP . . . both IP's allow me to
   log in
 .
   . .
  
   is this weird or what am I overlooking??
 
 I've run into an issue where I had setdomaincookies=true set when the

 URL was an IP (as opposed to a domain name) and the logins were being
 dropped. After I removed the attribute, all worked well with the
 IP-based site. Putting the attribute in on the server with the domain
 name worked fine.
 
 Do you have setdomaincookies=true set?
 
 Regards,
 Dave.
 

 
~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

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



RE: CF Not creating sessions???

2003-06-12 Thread Bryan Love
It's most likely not the server itself.  Remember there are ONLY two
possible ways to track a user's session:
1. Cookies store CFID and CFTOKEN
2. Pass CFID and CFTOKEN in the url string

If you can't create and hold a session using code that you know is good then
one of these two things is failing.  Most likely the cookies aren't being
set and/or transmitted.  Did the domain name change?

+---+
Bryan Love
  Database Analyst
  Macromedia Certified Professional
  Internet Application Developer
TeleCommunication Systems
[EMAIL PROTECTED]
+---+

...'If there must be trouble, let it be in my day, that my child may have
peace'...
- Thomas Paine, The American Crisis

Let's Roll
- Todd Beamer, Flight 93



-Original Message-
From: Staff [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 3:22 PM
To: CF-Talk
Subject: CF Not creating sessions???


HELP HELP HELP . . .

Anyone got any idea why CF may not create sessions??

I simply moved a working functional CF site to another WIn2K Advanced
server,
just like the one it came from, and for some reason CF5 will not hold the 
create and maintain a session.

Try to log in and it keeps bumping me back to log in page . . .

I determined it is not creating and maintaining a session . . .

I uninstalled and reinstalled CF and same shit . . .

anone got any ideas???

I can only think to reinstall . . .OS . . .and all . . .

jim



~|
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

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

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



RE: CF Not creating sessions???

2003-06-12 Thread Costas Piliotis
Have you created an application in IIS?  If the site doesn't have an
application name, IIS may not be sending the headers to write the cookie to
keep the session...



-Original Message-
From: Staff [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2003 3:22 PM
To: CF-Talk
Subject: CF Not creating sessions???


HELP HELP HELP . . .

Anyone got any idea why CF may not create sessions??

I simply moved a working functional CF site to another WIn2K Advanced
server, just like the one it came from, and for some reason CF5 will not
hold the 
create and maintain a session.

Try to log in and it keeps bumping me back to log in page . . .

I determined it is not creating and maintaining a session . . .

I uninstalled and reinstalled CF and same shit . . .

anone got any ideas???

I can only think to reinstall . . .OS . . .and all . . .

jim



~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

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



Re: RE: CF Not creating sessions???

2003-06-12 Thread ksuh
IIS applications have nothing to do with CF sessions.

- Original Message -
From: Costas Piliotis [EMAIL PROTECTED]
Date: Thursday, June 12, 2003 4:26 pm
Subject: RE: CF Not creating sessions???

 Have you created an application in IIS?  If the site doesn't have an
 application name, IIS may not be sending the headers to write the 
 cookie to
 keep the session...
 
 
 
 -Original Message-
 From: Staff [EMAIL PROTECTED] 
 Sent: Thursday, June 12, 2003 3:22 PM
 To: CF-Talk
 Subject: CF Not creating sessions???
 
 
 HELP HELP HELP . . .
 
 Anyone got any idea why CF may not create sessions??
 
 I simply moved a working functional CF site to another WIn2K Advanced
 server, just like the one it came from, and for some reason CF5 
 will not
 hold the 
 create and maintain a session.
 
 Try to log in and it keeps bumping me back to log in page . . .
 
 I determined it is not creating and maintaining a session . . .
 
 I uninstalled and reinstalled CF and same shit . . .
 
 anone got any ideas???
 
 I can only think to reinstall . . .OS . . .and all . . .
 
 jim
 
 
 
 
~|
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: CF Not creating sessions???

2003-06-12 Thread Costas Piliotis
In particular, check under the Home Directory tab of your site in IIS.
Ensure there is an application name there.  I think that may be the cause...
Just a hunch though really...


-Original Message-
From: Costas Piliotis 
Sent: Thursday, June 12, 2003 3:26 PM
To: CF-Talk
Subject: RE: CF Not creating sessions???


Have you created an application in IIS?  If the site doesn't have an
application name, IIS may not be sending the headers to write the cookie to
keep the session...



-Original Message-
From: Staff [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2003 3:22 PM
To: CF-Talk
Subject: CF Not creating sessions???


HELP HELP HELP . . .

Anyone got any idea why CF may not create sessions??

I simply moved a working functional CF site to another WIn2K Advanced
server, just like the one it came from, and for some reason CF5 will not
hold the 
create and maintain a session.

Try to log in and it keeps bumping me back to log in page . . .

I determined it is not creating and maintaining a session . . .

I uninstalled and reinstalled CF and same shit . . .

anone got any ideas???

I can only think to reinstall . . .OS . . .and all . . .

jim




~|
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: CF Not creating sessions???

2003-06-12 Thread Staff
At 03:25 PM 6/12/2003 -0700, you wrote:
It's most likely not the server itself.  Remember there are ONLY two
possible ways to track a user's session:
1. Cookies store CFID and CFTOKEN
2. Pass CFID and CFTOKEN in the url string

If you can't create and hold a session using code that you know is good then
one of these two things is failing.  Most likely the cookies aren't being
set and/or transmitted.  Did the domain name change?

May be onto something with the domain name but I cannot think of how . . .

The site is currently running correctly on another server . . .

When I attempt to get to that same site I still have on the BAD server, I 
can log and do everything fine, using the temp IP I give it . . .

When I move the REAL site to that same BAD server, move the public assigned 
in DNS IP for it also and config the webserver, it still rejects logins . . 
. But I can log in using the public IP . . . both IP's allow me to log in . 
. .

is this weird or what am I overlooking??

jim




+---+
Bryan Love
   Database Analyst
   Macromedia Certified Professional
   Internet Application Developer
TeleCommunication Systems
[EMAIL PROTECTED]
+---+

...'If there must be trouble, let it be in my day, that my child may have
peace'...
 - Thomas Paine, The American Crisis

Let's Roll
 - Todd Beamer, Flight 93



-Original Message-
From: Staff [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 3:22 PM
To: CF-Talk
Subject: CF Not creating sessions???


HELP HELP HELP . . .

Anyone got any idea why CF may not create sessions??

I simply moved a working functional CF site to another WIn2K Advanced
server,
just like the one it came from, and for some reason CF5 will not hold the
create and maintain a session.

Try to log in and it keeps bumping me back to log in page . . .

I determined it is not creating and maintaining a session . . .

I uninstalled and reinstalled CF and same shit . . .

anone got any ideas???

I can only think to reinstall . . .OS . . .and all . . .

jim




~|
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: CF Not creating sessions???

2003-06-12 Thread Dave Carabetta
 May be onto something with the domain name but I cannot think of how . . .

 The site is currently running correctly on another server . . .

 When I attempt to get to that same site I still have on the BAD server, I
 can log and do everything fine, using the temp IP I give it . . .

 When I move the REAL site to that same BAD server, move the public
assigned
 in DNS IP for it also and config the webserver, it still rejects logins .
.
 . But I can log in using the public IP . . . both IP's allow me to log in
.
 . .

 is this weird or what am I overlooking??

I've run into an issue where I had setdomaincookies=true set when the URL
was an IP (as opposed to a domain name) and the logins were being dropped.
After I removed the attribute, all worked well with the IP-based site.
Putting the attribute in on the server with the domain name worked fine.

Do you have setdomaincookies=true set?

Regards,
Dave.
~|
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: CF Not creating sessions???

2003-06-12 Thread Staff
no, I do not use that code anywhere . .

I use only CFID etc . . .

remember, same pages and all on both servers . .

supposedly all is set the same . .

jim


  May be onto something with the domain name but I cannot think of how . . .
 
  The site is currently running correctly on another server . . .
 
  When I attempt to get to that same site I still have on the BAD server, I
  can log and do everything fine, using the temp IP I give it . . .
 
  When I move the REAL site to that same BAD server, move the public
assigned
  in DNS IP for it also and config the webserver, it still rejects logins .
.
  . But I can log in using the public IP . . . both IP's allow me to log in
.
  . .
 
  is this weird or what am I overlooking??

I've run into an issue where I had setdomaincookies=true set when the URL
was an IP (as opposed to a domain name) and the logins were being dropped.
After I removed the attribute, all worked well with the IP-based site.
Putting the attribute in on the server with the domain name worked fine.

Do you have setdomaincookies=true set?

Regards,
Dave.

~|
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: CF Not creating sessions???

2003-06-12 Thread Greg Luce
I haven't figured it out yet, but I upgraded a Win2K Advanced server to
CFMX and have a domain pointed there using dns2go. It used to maintain
sessions for login, but now with MX it won't maintain session vars if
I'm using the domain. If I use the IP to access the application instead
of the domain, it works just fine. I need to play with it and see what
domain the cookies are being set under. I'm not sure why it worked with
CF5 though. I'm sure it's something about the way the CFID and Token are
stored as cookies.

-Original Message-
From: Staff [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2003 6:30 PM
To: CF-Talk
Subject: Re: CF Not creating sessions???


no, I do not use that code anywhere . .

I use only CFID etc . . .

remember, same pages and all on both servers . .

supposedly all is set the same . .

jim


  May be onto something with the domain name but I cannot think of how

  . . .
 
  The site is currently running correctly on another server . . .
 
  When I attempt to get to that same site I still have on the BAD 
  server, I can log and do everything fine, using the temp IP I give 
  it . . .
 
  When I move the REAL site to that same BAD server, move the public
assigned
  in DNS IP for it also and config the webserver, it still rejects 
  logins .
.
  . But I can log in using the public IP . . . both IP's allow me to 
  log in
.
  . .
 
  is this weird or what am I overlooking??

I've run into an issue where I had setdomaincookies=true set when the

URL was an IP (as opposed to a domain name) and the logins were being 
dropped. After I removed the attribute, all worked well with the 
IP-based site. Putting the attribute in on the server with the domain 
name worked fine.

Do you have setdomaincookies=true set?

Regards,
Dave.


~|
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