Novell Home

Solving the Re-login Issue: Another Take

Novell Cool Solutions: Tip
By Alan Coutts

Rate This Page

Reader Rating  stars  from 1 ratings

Digg This - Slashdot This

Posted: 29 Mar 2005
 

Problem

This solution addresses the same problem highlighted in a recent Cool Solutions article: Solving Re-login Issues with NSL Single Sign-On (http://www.novell.com/coolsolutions/tip/11470.html). When logging out of certain web applications, the user is logged back into the application, therefore causing a loop.

Solution

Using this script, NSL will detect the fact that the user has logged in previously and close the web browser. The script shows how to overcome this problem, and it demonstrates the use of pull-down menus. It isn't ideal for every scenario, but it's another option and it worked for us.

#######################################
If ?runcount gt 0
    Set ?runcount 0
    Type -raw \Alt+F
    Type -raw C
    EndScript
Else
    type $username
    type $Password
    Click #1
    set ?runcount 1
EndIf
#######################################


Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

Novell® Making IT Work As One

© 2009 Novell, Inc. All Rights Reserved.