<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "关于session超时的登陆机制"]]></title>
		<link>https://forum.andowson.com/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "关于session超时的登陆机制"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>关于session超时的登陆机制</title>
				<description><![CDATA[ 例如当我在短信功能下停留太长时间后，再刷新页面后程序会自动跳到登陆页，登陆成功后会自动再跳回来（这个过程URL地址是一直不变的）。我想了解的是这个机制是如何实现的，在哪个类里实现的，谢谢！~！~！~！~！~！~]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/306/573.page</guid>
				<link>https://forum.andowson.com/posts/preList/306/573.page</link>
				<pubDate><![CDATA[Tue, 10 Mar 2009 16:40:32]]> GMT</pubDate>
				<author><![CDATA[ wu_net2008]]></author>
			</item>
			<item>
				<title>回覆:关于session超时的登陆机制</title>
				<description><![CDATA[ 您可以看一下net.jforum.view.forum.PrivateMessageAction這個類別的sendSave() method: 
<br>
[code] 
<br>
public class PrivateMessageAction extends Command 
<br>
{ 
<br>
... 
<br>
 public void sendSave() 
<br>
 { 
<br>
 if (!SessionFacade.isLogged()) { 
<br>
 this.setTemplateName(ViewCommon.contextToLogin()); 
<br>
 return; 
<br>
 } 
<br>
 ... 
<br>
 } 
<br>
... 
<br>
}[/code]]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/306/574.page</guid>
				<link>https://forum.andowson.com/posts/preList/306/574.page</link>
				<pubDate><![CDATA[Thu, 12 Mar 2009 00:40:22]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>回覆:关于session超时的登陆机制</title>
				<description><![CDATA[ 恩，这段代码我看到了，但是还有些别的地方似乎也用到了这种机制，比如在回复信息页session超时之后同样会跳回登陆，再跳回来，可我在相应的类里就没看到类似的代码。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/306/575.page</guid>
				<link>https://forum.andowson.com/posts/preList/306/575.page</link>
				<pubDate><![CDATA[Thu, 12 Mar 2009 13:49:49]]> GMT</pubDate>
				<author><![CDATA[ wu_net2008]]></author>
			</item>
			<item>
				<title>回覆:关于session超时的登陆机制</title>
				<description><![CDATA[ 我不是很清楚您所指的類別是哪一個，可否請您再明確地說明一下您的問題是什麼？]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/306/576.page</guid>
				<link>https://forum.andowson.com/posts/preList/306/576.page</link>
				<pubDate><![CDATA[Fri, 13 Mar 2009 22:46:35]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>