On my server side the User Session is stored, so this information is shared among web api calls. Since the RESTful model should be 'stateless', does this mean my web api is not RESTful anymore?
EDIT: Would this mean it's not taking full advantage of the REST model and will not scale when having lots of Session stored?