|  |  |  | @ -126,9 +126,6 @@ case the function will also send a session cookie to the browser." | 
		
	
		
			
				|  |  |  |  |                            :user-agent ,(hunchentoot:user-agent hunchentoot:*request*) | 
		
	
		
			
				|  |  |  |  |                            :remote-addr ,(hunchentoot:real-remote-addr hunchentoot:*request*)) | 
		
	
		
			
				|  |  |  |  |                          args))) | 
		
	
		
			
				|  |  |  |  |     ;; (setf session (make-dao *session-type* | 
		
	
		
			
				|  |  |  |  |     ;;                         :user-agent (hunchentoot:user-agent hunchentoot:*request*) | 
		
	
		
			
				|  |  |  |  |     ;;                         :remote-addr (hunchentoot:real-remote-addr hunchentoot:*request*))) | 
		
	
		
			
				|  |  |  |  |     (setf (hunchentoot:session hunchentoot:*request*) session) | 
		
	
		
			
				|  |  |  |  |     (setf (pg-session-string session) (stringify-session session)) | 
		
	
		
			
				|  |  |  |  |     (save-pg-session session) | 
		
	
	
		
			
				
					|  |  |  | 
 |