View Single Post
  #1 (permalink)  
Old 10-04-2009, 03:12 AM
mune72 mune72 is offline
Active Member
 
Posts: 34
Default How to get the connected userid?

I wrote a zimlet, which calls file1.js which opens a new window with file2.jsp.

In file2.jsp I need to know the userID of the current user.

There are two ways:
1. a "magic" java command to write in file2.jsp
2. obtain the userID in file1.js and call file2.jsp?uid=<uid_not_known>

How can I do it? Thanks.

Fede
Reply With Quote