Thanks for your reply Simon,

In CF Admin I have Application and Session variables switched on.

I have an application.cfm in each virtual web root with a unique application
name.

The server o/s is Windows 2000.

The below is taken from my httpd.conf.  thePhotoPlace is off root and the
other domains are like jennysplace.co.uk and are on sub directories from
root.

NameVirtualHost 213.78.57.51
<VirtualHost 213.78.57.51>
ServerName www.thephotoplace.co.uk
DocumentRoot "C:/Apache/Apache2/htdocs"
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
commonvhost
CustomLog logs/thephotoplacecouk/thephotoplacecouk.log  commonvhost
</VirtualHost>
<VirtualHost 213.78.57.51>
ServerName www.jennysplace.co.uk
DocumentRoot "C:/Apache/Apache2/htdocs/accounts"
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
commonvhost
CustomLog logs/jennysplacecouk/jennysplacecouk.log  commonvhost
</VirtualHost>

Two examples of application.cfm files which exist in the root of each
virtual domain.

<cfapplication name="accounts"  clientmanagement="no"
sessionmanagement="yes"  setclientcookies="yes" setdomaincookies="yes"
sessiontimeout="#CreateTimeSpan(0,0, 60, 0)#">
<cfapplication name="pagan" clientmanagement="no" sessionmanagement="yes"
setclientcookies="yes" setdomaincookies="yes"
sessiontimeout="#CreateTimeSpan(0,0, 60, 0)#" loginstorage="session">

I'm not using cookies at all.  The same thing happens in IE and Mozzila
Firefox.

The CFIDE and CFDOCS directories are off c:\apache\apache2\htdocs

I can't think of anything else to add.

Thanks again,

Jenny


----- Original Message ----- 
From: "Simon Horwith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 05, 2004 11:46 PM
Subject: Re: [ cf-dev ] Greetings


> are these virtual directories on the same domain?  How are youcreating
> the sessions (what are your CFAdmin settings and the attribute values
> being used in your cfapplication, cfcookie, or whatever method you're
> using to create the cookie)?  Anything else you can tell us about the
> browser(s) you're seeing this behaviour with, server configuration, etc.?
>
> ~Simon
>
> Simon Horwith
> CTO, eTRILOGY ltd.
> Member of Team Macromedia
> Macromedia Certified Master Instructor
> http://www.cfstandards.org
>
>
>
> Jenny wrote:
>
> >Hi all,
> >
> >Firstly, to intro myself to the list.  I'm a newbie CF developer, but
seem
> >to be getting the hang of things ok.  I'm based in Suffolk, UK.  Can see
> >more about me on http://www.fasttrackonline.co.uk
> >
> >Secondly, I have a horrible pain in the neck problem with CF MX 6.1 and
> >Apache V2.x.
> >
> >This only happens on certain pages, and it makes no difference whether
they
> >contain any code or not, but on loading the page the session ID is being
> >incremented.  The result is that any session variables are lost as they
are
> >assigned to the first allocated ID.
> >
> >This only happens in virtual Apache directories that are away from the
main
> >root directory.
> >
> >Does anyone have any ideas as to what might be causing this please?  I'm
> >getting desperate as I need to host multiple domains for myself and
clients.
> >
> >Many thanks in advance if someone can help me,
> >
> >Jenny
> >
> >
> >
> >
> >---
> >Outgoing mail is certified Virus Free.
> >Checked by AVG anti-virus system (http://www.grisoft.com).
> >Version: 6.0.713 / Virus Database: 469 - Release Date: 01/07/2004
> >
> >
> >
> >
> >
>
>
>
> -- 
> These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
> Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> CFDeveloper Sponsors and contributors:-
> *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
>       *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
>            *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.713 / Virus Database: 469 - Release Date: 02/07/2004



-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to