orator-session
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "orator-session", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Session state and authentication manager for Orator Restful web API server.", | ||
@@ -5,0 +5,0 @@ "main": "source/Orator-Session.js", |
@@ -275,3 +275,3 @@ /** | ||
//set the SessionID using cookie ID | ||
loginUserPacketResult.SessionID = getSessionID(pRequest); | ||
pUserPacket.SessionID = getSessionID(pRequest); | ||
} | ||
@@ -278,0 +278,0 @@ |
25203