RE: CF Not creating sessions???

2003-06-13 Thread Adam Reynolds
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

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

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

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

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

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

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

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

RE: CF Not creating sessions???

2003-06-12 Thread Greg Luce
: 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