 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; RADi 7.5</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/radi-75/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 15:43:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Getting userid in Webfacing application</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/getting-userid-in-webfacing-application/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/getting-userid-in-webfacing-application/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 18:32:31 +0000</pubDate>
		<dc:creator>Lenny2113</dc:creator>
				<category><![CDATA[JSP]]></category>
		<category><![CDATA[RAD]]></category>
		<category><![CDATA[RADi 7.5]]></category>
		<category><![CDATA[WebFacing Tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to pass userid from webfacing application index.jsp page via URL parameter. This is what I have been doing this far: None of these return real user&#8217;s userid. All return &#8220;null&#8221; valueAt this point user is not logged on, so I need some sort of &#8220;system userid&#8221; but of the real user logged [...]]]></description>
				<content:encoded><![CDATA[<p>I am trying to pass userid from webfacing application index.jsp page via URL parameter. This is what I have been doing this far: None of these return real user&#8217;s userid. All return &#8220;null&#8221; valueAt this point user is not logged on, so I need some sort of &#8220;system userid&#8221; but of the real user logged into the network. The application id RADi version 7.5. Project is generated from &#8220;webfacing&#8221; application. Any suggestions, please? Thanks a lot !<br/><br/> String userId = request.getRemoteUser();  <br/><br/>  System.out.println(<br/><br/> <br/><br/> &#8220;USER_ID = &#8221; + userId);  <br/><br/>  String userID = request.getParameter(<br/><br/> <br/><br/> &#8220;USERID&#8221;);  System.out.println(<br/><br/> <br/><br/> &#8220;user_id 1 = &#8221; + userID);  <br/><br/>  System.out.println(<br/><br/> <br/><br/> &#8220;Session Value &#8221; + request.getSession().getAttribute(&#8220;userid&#8221;));  <br/><br/> <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/getting-userid-in-webfacing-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.021 seconds using memcached
Object Caching 318/336 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 18:28:44 -->