Does python have a session variable concept???

Posted by gizgok on Stack Overflow See other posts from Stack Overflow or by gizgok
Published on 2010-05-08T14:06:56Z Indexed on 2010/05/08 14:08 UTC
Read the original article Hit count: 198

Filed under:
|
|

I have a datetime.date variable in python.I need to pass it to a function do operations according to the date given and then increment the date for the next set of operations.The problem is I have to do the operations in diff pages and hence I need the date as a variable which can go from page to page. Can we do this in python.......

© Stack Overflow or respective owner

Related posts about python

Related posts about homework