Determining user currently loged in - Custom Integration

 1 Replies
 0 Subscribed to this topic
 13 Subscribed to this forum
Sort:
Author
Messages
Sanford Barton
Basic Member
Posts: 10
Basic Member
    I've got a requirement to present an electronic form inside the portal.  I'd like to execute the form (developed in .Net) and pass it the login ID of person logged into portal so I can pre-populate some information for them.  Any Ideas?
    Jonathan
    Basic Member
    Posts: 9
    Basic Member
      Lawson sets its own cookie in a file called "logondone.htm."  We grabbed the employee number on that page and used it to set our own cookie which we then use for custom applications.