Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
.png) Daniel_Moore
		
			Daniel_Moore
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I'm helping a group that is doing an extranet single sign application using header injection on an IIS webserver.
They are looking for 2 things - a method to ensure a logout after a timeout period, and a 'signout' button that would force the user off.
I read about a sign - out extension object at one point but can't seem to locate it... anyone know where to find it and if it's likely to help? Other pointers?
.png) Daniel_Moore
		
			Daniel_Moore
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		After additional research here is what I discovered:
 
					
				
		
 sujeetsingh
		
			sujeetsingh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Daniel i think you need expert coding skilss to implement it through macro codes in VBScript of JavaScript
 Fredrik_Lautrup
		
			Fredrik_Lautrup
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I would say that this is in some sense outside of QlikView.
Using header authentication you will inject the username of the user in every request. If you stop injecting the header the user is logged out.
So if these capabilities are build into the component that you use to inject the header i.e. a reverse proxy or a code component of IIS then you should be able to support the behaviour you are looking for.
.png) Daniel_Moore
		
			Daniel_Moore
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		After additional research here is what I discovered:
 
					
				
		
 mnu
		
			mnu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Daniel,
Did you ever get the logout button working? I don't think you can delete the AccessPoint session cookie as it is set to htmlonly to prevent deletion by JavaScript.
