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

Session Management Problem?

Participant ,
Oct 19, 2006 Oct 19, 2006

Copy link to clipboard

Copied

http://216.128.28.125/extranet/index.cfm

What am I doing wrong here?
TOPICS
Advanced techniques

Views

397

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
Advocate ,
Oct 19, 2006 Oct 19, 2006

Copy link to clipboard

Copied

You're not passing an action in the URL.

If there is a default action that should be used when no action is given, you can setup a default value by putting this at the top of that page:
<cfparam name="URL.action" default="foo">

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
Participant ,
Oct 19, 2006 Oct 19, 2006

Copy link to clipboard

Copied

LATEST
I'll give this a try. This is what I was originally doing but I continued to get these errors so I started re-writing and probably ended up breaking more.

Thanks!

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
Engaged ,
Oct 19, 2006 Oct 19, 2006

Copy link to clipboard

Copied

You don't have the URL parameter called "action" in the URL.

Try something like this:
http://216.128.28.125/extranet/index.cfm?action=login

But you need specify this parameter in your code.

Thanks

Sankalan
(www.mindfiresolutions.com)

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