Metadata
- Source
- VULAB-94
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Cannot Reproduce
- Assignee
- David Makalsky
- Reporter
- Blake E
- Created
2008-11-24T10:39:31.000-0500 - Updated
2014-03-04T08:27:40.873-0500 - Versions
-
- 0.5B
- Fixed Versions
-
- 0.5B
- Component
-
- RASCAL
Description
I've integrated the sessionid get function into a greater function that redirected the user to the post-survey page with a get variable with the session id, but it caused a javascript error and failed to continue to the post-survey page.
Thus for the all-hands meeting the command was changed to NOT include the sessionid and merely just redirect to the post-survey page.
The javascript for the redirect is in place and can be viewed on the vulab.yorku.ca site. Note that in the window.location command that pushed the user to the post-survey I added a
+.document.rascal.sessionid() but this caused an error.
Comments
-
Blake E commented
2008-11-27T17:23:54.000-0500 any luck?
-
Blake E commented
2008-11-27T17:34:52.000-0500 I tried it again on the gluebox with a simple alert, and firebug tells me that the function doesn't exist. I try the same at: http://rascal.xymbo.com/ and the "Click to Obtain ID" doens't work, and the same error is thrown (function not defined)
-
David Makalsky commented
2008-12-01T10:50:42.000-0500 Returns sessionid just fine for me. Confirmed by multiple users on multiple machines. In the future, please include the log output in your java console when logging a bug against RASCAL