stagecoachapp / Stagecoach

rails!
http://stagecoach.herokuapp.com/
2 stars 4 forks source link

Opening Asset in new tab #131

Closed chrnov closed 12 years ago

chrnov commented 12 years ago

When a user clicks on an asset link to view the asset, it is opened in the same browser window. The user often closes the window and is then 'surprisingly' logged out of project stagecoach. The asset should open in a new browser window

jontonsoup commented 12 years ago

This points a login issue that we have had… what is the deal with why our sessions destroy when the user leaves the site?

Jonathan Friedman Northwestern University | 2013 Computer Science 321.277.0866 | friedmanj@u.northwestern.edu

On May 3, 2012, at 6:01 PM, chrnov wrote:

When a user clicks on an asset link to view the asset, it is opened in the same browser window. The user often closes the window and is then 'surprisingly' logged out of project stagecoach. The asset should open in a new browser window


Reply to this email directly or view it on GitHub: https://github.com/New-Media/nu-new-media-film-project/issues/131

jontonsoup commented 12 years ago

@gpeal This is because we are ussing session and not cookies?

gpeal commented 12 years ago

fixed this a few days ago. Forgot to close it