• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Problems with Session Variables on Cluster

Guest
Nov 03, 2007 Nov 03, 2007

Copy link to clipboard

Copied

Hi, I just moved all my coldfusion web sites on a brand new cluster of servers.
I always used session variables to authenticate accesses to sreserved areas of the web sites. Now the session ends up too much frequently ... I know it's a problem of settings, but could you advice on a valid system to authenticate a user that doesn't use session variables ?

Some example of code would be really appreciated.
TOPICS
Advanced techniques

Views

328

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 03, 2007 Nov 03, 2007

Copy link to clipboard

Copied

In article
<fgij9f$6k1$1@forums.macromedia.com>"GiambattistaScivoletto"
<webforumsuser@macromedia.com> wrote:
> Hi, I just moved all my coldfusion web sites on a brand new cluster
> of servers. I always used session variables to authenticate accesses
> to sreserved areas of the web sites. Now the session ends up too much
> frequently ... I know it's a problem of settings, but could you
> advice on a valid system to authenticate a user that doesn't use
> session variables ?

Use sticky session so that once a user has a session, they stay
associated on the same server.

--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 04, 2008 Feb 04, 2008

Copy link to clipboard

Copied

LATEST
How you do sticky session?. I want to implement sticky session.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation