RE: Quick question on session issue (hopefully)

2008-11-16 Thread Adrian Lynch
tails too. Adrian Building a database of ColdFusion errors at http://cferror.org/ -Original Message- From: Dave Phillips Sent: 15 November 2008 23:30 To: cf-talk Subject: Re: Quick question on session issue (hopefully) Well, that didn't help either. I moved it to another server an

Re: Quick question on session issue (hopefully)

2008-11-15 Thread Dave Phillips
Well, that didn't help either. I moved it to another server and it works fine, so apparently my code is not the issue. I restarted ColdFusion and that didn't help the situation either. The bottom line is, my session variables aren't getting persisted, but only on this machine. Again, I've tr

Re: Quick question on session issue (hopefully)

2008-11-15 Thread Judah McAuley
Try appending cfid and cftoken to the url before going to your statistics page. If the cfid/cftoken stays the same and your session sticks, then you'll know that something is going on with the cookies. Judah On Sat, Nov 15, 2008 at 1:11 PM, Dave Phillips <[EMAIL PROTECTED]> wrote: > Same applicat

Re: Quick question on session issue (hopefully)

2008-11-15 Thread Dave Phillips
Same application name. I even tried this: Instead of redirecting, I did the following in login_exec.cfm: Statistics When I got to this page, I could see my session.isAuthorized was set to false before the and true after it. Then, I clicked on the statistics link, and the on that page s

Re: Quick question on session issue (hopefully)

2008-11-15 Thread Brad Wood
2008 2:33 PM Subject: Re: Quick question on session issue (hopefully) > To answer both Brad and Dan: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Re: Quick question on session issue (hopefully)

2008-11-15 Thread Barney Boisvert
different application names? On 11/15/08, Dave Phillips <[EMAIL PROTECTED]> wrote: > To answer both Brad and Dan: > > Brad: Yes, I have dumped the session and CFID, CFTOKEN and SESSION ID are > all the same in both dumps. The dump in login_exec.cfm that shows > session.isAuthorized value of true

Re: Quick question on session issue (hopefully)

2008-11-15 Thread Dave Phillips
To answer both Brad and Dan: Brad: Yes, I have dumped the session and CFID, CFTOKEN and SESSION ID are all the same in both dumps. The dump in login_exec.cfm that shows session.isAuthorized value of true, and the dump in statistics.cfm that shows session.isAuthorized false, right after the cl

Re: Quick question on session issue (hopefully)

2008-11-15 Thread Dan Switzer
Dave, If your browser is blocking cookies and you're not passing in the session tokens, then your session info will be lost. Make sure that the cookies are indeed being used by your browsers and try passing the session tokens to the URL in your window.location call. -Dan On Sat, Nov 15, 2008 at

Re: Quick question on session issue (hopefully)

2008-11-15 Thread Brad Wood
Is statistics.cfm on the same domain? Dump out your cfid and cftoken to see if they stay the same on the redirect. ~Brad - Original Message - From: "Dave Phillips" <[EMAIL PROTECTED]> To: "cf-talk" Sent: Saturday, November 15, 2008 2:08 PM Subject: Quick

Quick question on session issue (hopefully)

2008-11-15 Thread Dave Phillips
Hey folks, I have a quick question (hopefully). Something weird is going on, and I can’t place it, and I’m feeling like I'm having a brain freeze…. This shouldn’t be an issue. I have a simple application in MX 7. Application.cfm has the following: I have an index.cfm with a simple