Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
blst #1
Session Variables / IIS Virtual Hosting
i am working on setting up a website that is on a shared windows server we have
and coldfusion won't hold the session variables. ie. if i set the var on one
page as #session.varname# and output it on that page, it's fine. if i try to
set it one page then output it on another page, it's empty. it's on IIS 5 and
the original website i set up is working fine. the datasources all work from
site to site, but this doesn't seem to. it's kind of an emergency if anyone
can help, i would really appreciate it. thanks!
blst Guest
-
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Virtual Flash Communication Server Hosting
I think I understand now how to create seperate virtual hosts within FCS. The problem now is I need to be able to measure bandwidth by each... -
development setup with virtual hosting for Windows
Hi - I want to set up Apache, PHP and MySQL to work on my home pc so that I can test and make changes to sites before I upload them. I've noticed... -
Virtual hosting with WEBrick?
Hi, I'm checking out WEBrick and it looks great. I wonder if there is some easy way to do "virtual hosting" so that I can host several domains... -
Application and Session variables visible in Virtual Directories
Hi, If a virtual directory set as application then it got is own set of sessions. Natty Gur, CTO Dao2Com Ltd. 28th Baruch Hirsch st.... -
Sameer #2
Re: Session Variables / IIS Virtual Hosting
1. Make sure you have enabled SESSIONMANAGEMENT="Yes" CLIENTMANAGEMENT="Yes" inside Application.cfm
2. If that still doesn't work, embed variable #SESSION.URLTOKEN# to your link to another page.
Sameer Guest
-
blst #3
Re: Session Variables / IIS Virtual Hosting
thanks for the reply, but i don't seem to find Application.cfm on the server.
also, it works for the other sites on the server, just not this one. i have't
ran into this before, and i have not done anything special when setting up the
other sites. when i put the same test pages on another virtual site on the
same server, i get the CFID=&CFTOKEN= in the url, but not on this one.
blst Guest
-
Sameer #4
Re: Session Variables / IIS Virtual Hosting
You just answered your own question.........."i don't seem to find
Application.cfm "...........you must have this as this file tells the server to
switch on the session management capabilities as specified by you with
<CFAPPLICATION> tag.
Sameer Guest
-
blst #5
Re: Session Variables / IIS Virtual Hosting
sameer, as you were probably typing that, i realized what had happened. i created the app.cfm file and all is well. thanks very much. too bad i wasted about 1.5 hrs trying to fix it before asking.
blst Guest
-
Sameer #6
Re: Session Variables / IIS Virtual Hosting
Well, it wasn't a waste.......you learnt the hard way......as most of us did.......;)
Sameer Guest



Reply With Quote

