session.putValue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iedayah88
    New Member
    • Aug 2008
    • 5

    session.putValue

    how method session.putValu e() working?
  • ajos
    Contributor
    • Aug 2007
    • 283

    #2
    Originally posted by iedayah88
    how method session.putValu e() working?
    session.putValu e() works the same way as session.setAttr ibute();.
    Its one and the same, the only difference though is putValue() is deprecated.

    Look Here for more details.

    regards,

    ajos

    Comment

    Working...