<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Anton Y. Yakovlev wrote:
<blockquote cite="mid45033F90.5090701@jnf.ru" type="cite">
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
  <font size="-1"><font face="Comic Sans MS">Hi!<br>
  <br>
&gt;From Script (Python) object:<br>
  <br>
request.SESSION[ 'some_data' ] = some_data;<br>
raise 'Redirect', context.some_script.absolute_url();<br>
  <br>
Why session object does not store data after redirect?<br>
  <br>
  </font></font></blockquote>
Hi Anton,<br>
<br>
Google is bland on this, I don't use redirects.&nbsp; But I remember(?) that
redirects clear the request or is that just &lt;form&gt; vars?<br>
<br>
In any case you could <br>
<br>
return context.some_script(context,context.REQUEST)&nbsp; insteasd of a
redirect raise thing u do<br>
instead to see if you retain the session.<br>
<br>
David<br>
</body>
</html>