Extending TNEW using the Web API

Hello all,

I am looking into building some pages that do tasks that TNEW is not designed for, such as sending a CSI and some email embeded links (unsubscribing mailing lists or accepting invites).

Has anyone else attempted this while keeping TNEW doing the tasks it does best, ticket purhchases and contributions?

If anyone has any exanples of some aspx files that extend TNEW, I would be very interested to have a look.

Cheers,

Nicholas

  • Former Member
    Former Member $organization

    Nicholas,

    I haven't looked at it in a little while, but about 8 months ago, v3?, TNEW was storing the current user session in the ASP.NET session, and the .net session in a cookie.  This made accessing the current user object impossible, without a customization hook from TNEW.  I never got past that point, and turned around, and sought other projects.

    But who knows! That TNEW crew is pretty awesome.  maybe they can offer some creative yet safe way for you to handle the session information sharing.

    James