

Cadet 2nd Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-01-13
08:47
1856 views
How to get user id in JSP ?
Hi everybody,
How to get user id in JSP files ? I create jsp file. and get logged in ppm user id. But I couldn't. Can you help me ? Thanks.
1 Reply


Cadet 2nd Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-01-15
12:26
Hi, TuTa.
Try this
<%
int UserID = SessionData.getUserInfoPacket(session).getUserId();
%>
Best Regards,
Ieroglif.
Ieroglif.