Bugs: Browse | Submit New | Admin

[#8588] Comatose 0.8 does not support custom session keys

Date:
2007-02-13 01:17
Priority:
3
Submitted By:
Finn Smith (finn)
Assigned To:
M@ McCray (darthapo)
Category:
Other
State:
Open
Summary:
Comatose 0.8 does not support custom session keys

Detailed description
If you have configured a session key in your application controller like so:

    # Pick a unique cookie name to distinguish our session data from others'
    session :session_key => '_myapp_session_id'

Comatose does not pick up on it, instead using the default "_session_id". This is due to the fact that Comatose
inherits from ActionController::Base rather than the ApplicationController used by the rest of the app. This causes
problems with eg login and authentication integration.

I do not know how this is usually handled by plugins. At the very least, some sort of configuration option could address
this.

Add A Comment: Notepad

Please login


Followup

Message
Date: 2007-07-07 00:17
Sender: Thibaut Barrère

Moved here:

http://code.google.com/p/comatose-plugin/issues/detail?id=5

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

Field Old Value Date By
artifact_group_idNone2007-06-29 04:18darthapo