I'd like to be able to customize a gbrowse_details view based on settings from a plugin.
In order to access the session settings, I had to do two things: -- in cgi-bin/gbrowse, I needed to make the session ID cookie available, so I commented out the "-path => " argument for calls to Cookie->new() -- in cgi-bin/gbrowse_details, I retrieve the session settings via Bio::Graphics::Browser::PageSettings->new($CONFIG)->config_hash() I'm not 100% sure I follow all the session management code, so I'm wondering if this seems ok or if this is likely to cause problems? I understand that I'm introducing a dependency that violates the usual way plugins are supposed to work. -- Dave Hinds -- View this message in context: http://www.nabble.com/gbrowse-session-setting-%28ab%29use-tp15345293p15345293.html Sent from the gmod-gbrowse mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gmod-gbrowse mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
